home *** CD-ROM | disk | FTP | other *** search
- on RetConfig pNum
- if pNum = 0 then
- return 6
- else
- if pNum = 1 then
- return "PUZZCROP,ListCrops,INTRCROP.aif,RWRDCROP"
- else
- if pNum = 2 then
- return "PUZZANIM,ListAnimals,INTRANIM.aif,RWRDANIM"
- else
- if pNum = 3 then
- return "PUZZACTI,ListActivities,INTRACTI.aif,RWRDACTI"
- else
- if pNum = 4 then
- return "PUZZBARN,ListBarn,INTRBARN.aif,RWRDBARN"
- else
- if pNum = 5 then
- return "PUZZEQUI,ListEquipment,INTREQUI.aif,RWRDEQUI"
- else
- if pNum = 6 then
- return "PUZZWORL,ListWorldFarms,INTRWORL.aif,RWRDWORL"
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-
- on SetDefaults
- global gMainName, gMainLabel, gFinalReward, gLow, gActPlay, gRollClr, gHiLiClr, gHiLiSize, gHitBoxStart, SFormat, MSound, gVersion, gCfgName, gLetterBoxes, giChoiceNum
- set giChoiceNum to 1
- set gCfgName to "WordPlay: Innotech Multimedia Copyright 1996"
- set gVersion to "2.0"
- set gMainName to "SPACMENU"
- set gMainLabel to EMPTY
- set gFinalReward to "RWRDFINL"
- set SFormat to "AIF"
- set MSound to "SCLICK.AIF"
- set gLow to 5
- set gHitBoxStart to gLow
- set gLetterBoxes to 28
- set gActPlay to 1
- set gRollClr to 227
- set gHiLiClr to 215
- set gHiLiSize to 2
- set gFlashTime to 0.5
- end
-
- on SetDataManagement
- global gVersion, gCfgName, gCfgPath, gMaxUsers, gProjPath, gRecStart, gRecStep, gCanSave, gSelection
- set gMaxUsers to 5
- set gRecStart to 4
- set gRecStep to 7
- set gCanSave to 1
- set gSelection to 1
- if machineType() = 256 then
- set gCfgPath to gProjPath & "SPACE.SAV"
- else
- set gCfgPath to gProjPath & "SPACE Saved Games"
- end if
- end
-